l205/Eind CSS/13.php

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> <link href="style3.css" rel="stylesheet" type="text/css"> <Style> body{ background-color: yellow; } </style> </head> <body> <?php echo'<a href=1.php> link 1.php </a><div>'; echo'<a style=" float: left; width: 150px; background-color: green; padding: 10px; margin: 20px; " > hoi </a>' ?> </body> </html>

Resultaat

Made by Thijs Aarnoudse